vendor/golang.org/x/text/unicode/bidi.Class.in (method)

15 uses

	vendor/golang.org/x/text/unicode/bidi (current package)
		core.go#L61: func (c Class) in(set ...Class) bool {
		core.go#L215: 		if t := p.resultTypes[i]; t.in(LRI, RLI, FSI) {
		core.go#L218: 				if u := p.resultTypes[j]; u.in(LRI, RLI, FSI) {
		core.go#L245: 		if t := p.resultTypes[i]; t.in(L, AL, R) {
		core.go#L248: 		} else if t.in(FSI, LRI, RLI) {
		core.go#L313: 			isIsolate := t.in(RLI, LRI, FSI)
		core.go#L314: 			isRTL := t.in(RLE, RLO, RLI)
		core.go#L458: 	if lastType.in(LRI, RLI, FSI) {
		core.go#L510: 				if t := s.types[j]; t.in(L, R, AL) {
		core.go#L581: 		if t.in(ES, ET, CS) {
		core.go#L627: 				if leadType.in(AN, EN) {
		core.go#L635: 				if trailType.in(AN, EN) {
		core.go#L802: 				if lastT.in(LRI, RLI, FSI) && p.matchingPDI[last] != p.Len() {
		core.go#L820: 		if t.in(LRE, RLE, LRO, RLO, PDF, BN) {
		core.go#L871: 		if t.in(B, S) {